nodejs / llparse

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

Specify machine attributes to enable inlining #4

Open indutny opened 6 years ago

indutny commented 6 years ago

Things like:

"target-cpu"="penryn" "target-features"="+cx16,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+sse4.1,+ssse3,+x87"

Are required to be matched between callee and caller for inlining support.