Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement DoStackCheck #2

Open
vivanishin opened this issue Mar 11, 2016 · 0 comments
Open

Implement DoStackCheck #2

vivanishin opened this issue Mar 11, 2016 · 0 comments

Comments

@vivanishin
Copy link
Member

Right now we ignore HStackCheck nodes, which is of course incorrect.

  • Execution of llvmed code now is faster that it will be once we solve this issue.
  • If all JavaScript functions in a program are llvmed, no one will triggers GC.

Implementation shouldn't be too difficult.

llvm::Intrinsic::read_register might be of help. The last resort is inline assembly.

@vivanishin vivanishin changed the title Implement LLVMChunkBuilder::DoStackCheck (lower HStackCheck) Implement LLVMChunkBuilder::DoStackCheck Mar 11, 2016
@vivanishin vivanishin changed the title Implement LLVMChunkBuilder::DoStackCheck Implement DoStackCheck Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant