nodejs / llparse

Generating parsers in LLVM IR
http://llparse.org
Other
584 stars 30 forks source link

header-builder: add cptr type for constant pointers #54

Open pallas opened 2 years ago

pallas commented 2 years ago

For pointers to shared structures that the parser that will not modify, add cptr type. An example is the settings_t used in llhttp.