Hey,

I don't think dropping the JS dependencies will significantly drop the
required operations for the assembly backend. You could disable the
optimizing compilers (--noopt) and compile without a snapshot and see how
far you can get there, but in general, porting v8 to another architecture
is a significant piece of work, and I don't know of any short cuts.

best
-jochen

On Wed, Apr 20, 2016 at 1:26 PM <[email protected]> wrote:

> Hello guys.
>
> I'm writing my own port v8 engine with exotic architecture.
> As I can see in code v8 load a lot of built-in js files:
> array-iterator.js array.js arraybuffer.js collection-iterator.js
> collection.js generator.js harmony-atomics.js harmony-object-observe.js
> harmony-regexp.js harmony-sharedarraybuffer.js harmony-simd.js
> harmony-species.js harmony-unicode-regexps.js i18n.js iterator-prototype.js
> json.js macros.py math.js messages.jsobject-observe.js prologue.js
> promise-extra.js promise.js proxy.js regexp.js runtime.js spread.js
> string-iterator.js string.js symbol.js templates.js typedarray.js uri.js
> v8natives.js weak-collection.js.
>
> I want to test my own hello world example and I don't want implement
> macroassembler for all operations.
> How can I reduce or remove few of this .js dependencies?
>
> --
> --
> 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.

Reply via email to