mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
add a note
llvm-svn: 39179
This commit is contained in:
parent
9dfdb3c70d
commit
52f3dc1ee3
@ -2,6 +2,10 @@
|
||||
// Random Notes
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
C90/C99/C++ Comparisons:
|
||||
http://david.tribble.com/text/cdiffs.htm
|
||||
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
Extensions:
|
||||
|
||||
|
@ -101,6 +101,9 @@ III. Current advantages over GCC:
|
||||
* Faster than GCC at parsing, lexing, and preprocessing.
|
||||
* Defers exposing platform-specific stuff to as late as possible, tracks use of
|
||||
platform-specific features (e.g. #ifdef PPC) to allow 'portable bytecodes'.
|
||||
* The lexer doesn't rely on the "lexer hack": it has no notion of scope and
|
||||
does not catagorize identifiers as types or variables, this is up to the
|
||||
parser to decide.
|
||||
|
||||
Future Features:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user