Sorry, no, there is no way to use V8 on a non-VFP2 system, and no plans to add such support either.
You would have to add non-VFP implementations to any code path that uses floating-point instructions or registers; and you would have to maintain this patch in the future (i.e. update it whenever any such code is added, deleted, or changed). This would be a large amount of work. On Mon, May 23, 2016 at 2:55 AM, <[email protected]> wrote: > Hi everyone, > > I am trying to port nodejs on an armv6 device that has no fpu. > On runtime, node crashes and "illegal instruction" error is displayed. I > discovered that v8 has vfp2 as basline and doesn't support pre-vfp2 > platforms. > The problem is that we need absolutely to use nodejs on those devices, so > I wanted to know if there is a way to workaround this problem. > > Thanks in advance > > -- > -- > 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/d/optout. > -- -- 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/d/optout.
