Bug 150459 - Air prologue and epilogue should allow for direct customization by the Air/B3 client
Summary: Air prologue and epilogue should allow for direct customization by the Air/B3...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 154319
  Show dependency treegraph
 
Reported: 2015-10-22 11:24 PDT by Filip Pizlo
Modified: 2016-02-16 18:24 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2015-10-22 11:24:25 PDT
For example, we may want to have a calling convention that infers argument type.  In that case, we'd want multiple entrypoints - one for where the caller has already done the type checks, and another where he hasn't.  This kind of hackery would probably require some help from Air's wrap() phase.