Relative Content

Tag Archive for c++linuxembedded-v8

Linux how to get lowest possible stack address

I want to embed a Google V8 (v6.8) in a C++ program. Since this program uses a lot of stack, I want to configure the V8 to use the entire available stack. To do this, I need the smallest permitted stack address that the V8 can use.