Re: [v8-dev] v8_mac_rel CQ builder and C++11

2016-03-11 Thread dcheng
@Michael: does dropping support for 10.5 / 10.6 and opting into libc++ make sense? Shall I file a bug to track this? Daniel On Wednesday, March 9, 2016 at 10:09:42 AM UTC-8, Nico Weber wrote: > > When building on OS X, you tell the compiler what the lowest OS X version > is that you want to

Re: [v8-dev] How to increase JS Heap size limit?

2016-03-11 Thread Jochen Eisinger
Is configuring the size via the ResourceConstraint class not covering your use case? On Fri, Mar 11, 2016, 5:14 PM wrote: > Hi, > > We need to increase the V8 heap size limit for certain case. Can some one > please point me the source code where we can change this limit? >

[v8-dev] How to increase JS Heap size limit?

2016-03-11 Thread tumapathy
Hi, We need to increase the V8 heap size limit for certain case. Can some one please point me the source code where we can change this limit? Regards, T. Umapathy -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because

Re: [v8-dev] Build optdebug mode for android build.

2016-03-11 Thread Jochen Eisinger
Does eg "make android_arm.optdebug" not work for you? On Fri, Mar 11, 2016 at 10:43 AM wrote: > Hi, v8-dev folks. > > Regular build, i.e. windows, linux, has 'optdebug' option which compiles > binary with no compiler optimization(-O0) and leaves symbol info. > However,

[v8-dev] Build optdebug mode for android build.

2016-03-11 Thread m0609 . shim
Hi, v8-dev folks. Regular build, i.e. windows, linux, has 'optdebug' option which compiles binary with no compiler optimization(-O0) and leaves symbol info. However, build for android doesn't have such option. It just have release, debug. I thinks 'optdebug' option is useful for people who