Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1279312 - Use TLS pointer for the stack limit check. r=luke
Get the stack limit from TlsData::stackLimit instead of SymbolicAddress::StackLimit. Since the TLS pointer register is available at every function prologue, the over-recursion check is the same cost as using the statically linked address.
- Loading branch information