| Age | Commit message (Collapse) | Author |
|
|
|
|
|
opt_send_without_block needs it. Ideally we would use this example
only when an instruction in the compiled sequence needs `ec`. We can
worry about that later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is a crash in there that we don't want to worry about for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We run out it on CI in test-all.
|
|
|
|
That messes with tests too much.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is just so we can build successfully on -O0 and other cases that
are not supported by the code scraper.
|
|
|
|
|
|
|
|
We were leaking these as global symbols and were having linking errors
with Clang 12.
|
|
|
|
|
|
|
|
|
|
It will read and check the inline cache now, but we need to actually
call the method.
Co-Authored-By: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
|