Refactored all of the desugaring code to no longer depend on memory being initialized to 0. Everything is about 12% faster now.
This commit is contained in:
parent
d71215d494
commit
ec404ca8fe
36 changed files with 411 additions and 417 deletions
6
HACKING
6
HACKING
|
|
@ -2,14 +2,16 @@ Privileged arguments
|
|||
====================
|
||||
|
||||
As a matter of convenience, there are several identifiers that
|
||||
internal macros use. Chances are that if you use these names for other
|
||||
things, you're gonna have a bad time.
|
||||
internal anaphoric macros use. Chances are that if you use these names
|
||||
for other things, you're gonna have a bad time.
|
||||
|
||||
In particular, these names, and the macros that use them, are:
|
||||
- state:
|
||||
Used by a_new and company. Should be an HParseState*
|
||||
- mm__:
|
||||
Used by h_new and h_free. Should be an HAllocator*
|
||||
- stk__:
|
||||
Used in desugaring. Should be an HCFStack*
|
||||
|
||||
Function suffixes
|
||||
=================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue