You are not logged in.
Pages: 1
I see debugger wrappers are exists in SynSMAPI.pas file but not implemented in TSMEngine class.
Do you have a plan adding debugger support in TSMEngine class or do have any example for using debugger methonds in SynSMAPI?
It's released 2 month ago. This is usual situation for Mozilla to keep a release notes in a draft stage
We are working on migration - almost all is finished. Since API is incompatible with SM24, we decide to create a separate units SynSM45/SynSMAPI45.
When will SynSM45 units be relased? Will it support x64?
Compiling of SpiderMonkey itself for the x64 is possible, but our main product is x32, so we do not test it for a x64. You can try to compile a SpiderMonkey x64 dll - instruction is here and test a wrapper for a x64.
It is near to impossible to write a wrapper of V8 for Delphi - V8 is pure C++. Even more - V8 engine is for single-thread application (with event loop). mORMot is a multithread. In 2013 for example mongoDb try to migrate to V8, but return to SpiderMonkey - you can read this mongoDB blog for a reasons
We are working on SpiderMonkey 38 version. But mozilla team decide to migrate from C to C++, so we need to write a huge number of wrappers. Win64 version of SpiderMonkey itself is just for toy, very slow and unoptimized, so no plan to support it. But even with SpiderMonkey 24 you have many ES6 features, arrow function for example. Class suport not implemented in SM release yet.
I ve read in a topic, "64bit SpiderMonkey is slow". Is this why you dont use 64 bit of SpiderMonkey?
This is client-side software
Chromium is a client side software but V8. V8 supports 64, what about SpiderMonkey.
If not, why it is chosen SpiderMonkey againest V8?
mORMot is more like a server software. And 64 support is very important at server side. Am i wrong?
But in Chromium with (and) V8 already are 64-bit.
Michal
Do you know any wrapper of V8 for Delphi?
There is only 32bit spidermonkey dll in download section. Doesnt mORMot framework supports 64bit? If so, mORMmot servers stuck in 32bit?
Pages: 1