src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc Cdiff src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp

src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp

Print this page
rev 3849 : imported patch thread.inline.hpp

*** 21,32 **** * questions. * */ #include "precompiled.hpp" #include "runtime/threadLocalStorage.hpp" - #include "thread_bsd.inline.hpp" // Map stack pointer (%esp) to thread pointer for faster TLS access // // Here we use a flat table for better performance. Getting current thread // is down to one memory access (read _sp_map[%esp>>12]) in generated code --- 21,32 ---- * questions. * */ #include "precompiled.hpp" + #include "runtime/thread.inline.hpp" #include "runtime/threadLocalStorage.hpp" // Map stack pointer (%esp) to thread pointer for faster TLS access // // Here we use a flat table for better performance. Getting current thread // is down to one memory access (read _sp_map[%esp>>12]) in generated code
src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File