https://codereview.chromium.org/23497009/diff/1/src/checks.cc
File src/checks.cc (right):

https://codereview.chromium.org/23497009/diff/1/src/checks.cc#newcode30
src/checks.cc:30: #if V8_LIBC_GLIBC || V8_OS_BSD
On 2013/09/23 11:12:50, machenbach wrote:
Does that include !defined(__UCLIBC__)?

Jep, our V8_LIBC_* are strict. I.e. V8_LIBC_GLIBC is only set for glibc.

https://codereview.chromium.org/23497009/diff/1/src/checks.cc#newcode84
src/checks.cc:84: fflush(stderr);
On 2013/09/23 11:12:50, machenbach wrote:
Why can that not stay within DumpBacktrace()?

Because we should flush stderr on either case.

https://codereview.chromium.org/23497009/diff/1/src/platform-macos.cc
File src/platform-macos.cc (left):

https://codereview.chromium.org/23497009/diff/1/src/platform-macos.cc#oldcode68
src/platform-macos.cc:68: // This lets us launch on 10.4 which does not
have these calls.
On 2013/09/23 11:12:50, machenbach wrote:
In the new code, execinfo.h will be included. Will it still work on
10.4?

Nope. We've moved to 10.6 as announced publicly last week.

https://codereview.chromium.org/23497009/diff/1/src/platform-posix.h
File src/platform-posix.h (left):

https://codereview.chromium.org/23497009/diff/1/src/platform-posix.h#oldcode60
src/platform-posix.h:60: #if !defined(ANDROID)
On 2013/09/23 11:12:50, machenbach wrote:
What if we are on Android in the new code? Why is it safe to remove
the #if?

The code requires glibc or BSD. Neither of which includes Android.

https://codereview.chromium.org/23497009/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to