[PATCH] D11012: Add a target environment for CoreCLR.

Reid Kleckner rnk at google.com
Tue Jul 14 08:45:32 PDT 2015


rnk added a comment.

Can you elaborate on the chkstk difference? Various other people like the rust folks have use cases for controlling that, so if that's the only codegen difference, I'd rather not have a new environment. At this point, we have a function attribute "stack-probe-size" that essentially controls the guard page size, and we can easily add another attribute to control the stack check symbol to call. Lots of high level languages want to catch stack overflow and they usually want it to call into their runtime.


Repository:
  rL LLVM

http://reviews.llvm.org/D11012







More information about the llvm-commits mailing list