[v8-dev] Stubs vs builtins

2015-12-09 Thread guille
Could anyone explain what is the difference between stubs and builtins Thanks -- -- v8-dev mailing list v8-dev@googlegroups.com 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

Re: [v8-dev] Stubs vs builtins

2015-12-09 Thread guille
thank you El miércoles, 9 de diciembre de 2015, 20:44:31 (UTC+1), Yang Guo escribió: > > stubs are usually customized in some way and created on demand. builtins > are created at startup and are always there. > > Yang > > On Wed, Dec 9, 2015, 20:24 wrote: > >> Could

Re: [v8-dev] CpuFeature

2015-11-24 Thread guille
I'm porting V8 to SPARC El martes, 24 de noviembre de 2015, 10:26:07 (UTC+1), Yang Guo escribió: > > What's the motivation to this? Three unused bits seems fine, when we need > none. > > Yang > > On Tue, Nov 24, 2015 at 10:18 AM > wrote: > >> The CpuFeature enum in

[v8-dev] CpuFeature

2015-11-24 Thread guille
The CpuFeature enum in src/globals.h is almost full, NUMBER_OF_CPU_FEATURES is now 29 (of 32) There is almost no room for another port (to another CPU) Is it possible to make more room there? Maybe changing the size of the supported_ memember variable at the CpuFeatures class in assembler.h.

Re: [v8-dev] Using V8 on unsupported architectures

2015-11-10 Thread guille
Well. At least it would be as if v8 had an interpreter. Slower but more potable. I will try that tomorrow. Thanks. -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev"