On Wednesday, 14 January 2015 at 03:11:41 UTC, Janus wrote:
On Sunday, 11 January 2015 at 01:33:25 UTC, Ola Fosheim Grøstad
wrote:
On Sunday, 11 January 2015 at 01:05:59 UTC, Manu via
Digitalmars-d wrote:
With asm.js you are also stuck with a fixed size heap
The heap can grow now, see
https:
On Sunday, 11 January 2015 at 01:33:25 UTC, Ola Fosheim Grøstad
wrote:
On Sunday, 11 January 2015 at 01:05:59 UTC, Manu via
Digitalmars-d wrote:
With asm.js you are also stuck with a fixed size heap
The heap can grow now, see
https://github.com/kripken/emscripten/blob/master/ChangeLog.markdow
On Sunday, 11 January 2015 at 01:05:59 UTC, Manu via
Digitalmars-d wrote:
The thing about cheerp vs emscripten, is that while cheerp
produces
code that is more like javascript, emscripten produces asm.js,
which
is lightning fast by comparison.
If there's actual work being done, then emscripten
On 11 January 2015 at 01:31, via Digitalmars-d
wrote:
> There are also other compilers from C++ to Javascript, Mandreel and Cheerp.
>
> Cheerp claims to support the builtin Javascript garbage collector:
>
> «Dynamic memory management. C++ objects are translated directly to JS
> objects, without th
On 01/09/2015 10:28 AM, Manu via Digitalmars-d wrote:
I'm looking at another potential opportunity to get D into the office,
but the target's for this particular project are NaCL and/or
Emscripten.
I was gonna start hacking around to see what the limitations are with
Emscripten on D code tonight
There are also other compilers from C++ to Javascript, Mandreel
and Cheerp.
Cheerp claims to support the builtin Javascript garbage collector:
«Dynamic memory management. C++ objects are translated directly
to JS objects, without the proxy of an emulated, flat memory
space. Allow your applica
On Friday, 9 January 2015 at 15:27:08 UTC, Mengu wrote:
Don't know if there's any interest but Adam D. Ruppe has
hacked DMD to output JavaScript. You should be able to find it
somewhere on the newsgroup.
guess you're talking about dtojs:
https://github.com/adamdruppe/dtojs.
I haven't update
On Friday, 9 January 2015 at 12:46:41 UTC, Jacob Carlborg wrote:
On 2015-01-09 10:28, Manu via Digitalmars-d wrote:
I'm looking at another potential opportunity to get D into the
office,
but the target's for this particular project are NaCL and/or
Emscripten.
I was gonna start hacking around t
On 2015-01-09 10:28, Manu via Digitalmars-d wrote:
I'm looking at another potential opportunity to get D into the office,
but the target's for this particular project are NaCL and/or
Emscripten.
I was gonna start hacking around to see what the limitations are with
Emscripten on D code tonight. H
On Friday, 9 January 2015 at 09:28:22 UTC, Manu via Digitalmars-d
wrote:
I'm looking at another potential opportunity to get D into the
office,
but the target's for this particular project are NaCL and/or
Emscripten.
I was gonna start hacking around to see what the limitations
are with
Emscri
I can probably get by with @nogc. There's no threading in asm.js
either, so that might be a spanner. Maybe -betterc would be
usable out
of the box...
You could compile your D code to LLVM IR using ldc2 --output-ll
and feed that to emcc to see how far you get.
On Friday, 9 January 2015 at 10:10:36 UTC, Manu via Digitalmars-d
wrote:
I can probably get by with @nogc. There's no threading in asm.js
either, so that might be a spanner.
You have worker threads, so you would have to use message
passing, but I believe you can transfer "byte heaps" by refere
On 9 January 2015 at 19:51, via Digitalmars-d
wrote:
> On Friday, 9 January 2015 at 09:28:22 UTC, Manu via Digitalmars-d wrote:
>>
>> I was gonna start hacking around to see what the limitations are with
>> Emscripten on D code tonight. Has anyone done any serious
>> investigation here?
>>
>> NaCl
On Friday, 9 January 2015 at 09:28:22 UTC, Manu via Digitalmars-d
wrote:
I was gonna start hacking around to see what the limitations
are with
Emscripten on D code tonight. Has anyone done any serious
investigation here?
NaCl is a more useful target, but I think that will rely on a
special
bu
I'm looking at another potential opportunity to get D into the office,
but the target's for this particular project are NaCL and/or
Emscripten.
I was gonna start hacking around to see what the limitations are with
Emscripten on D code tonight. Has anyone done any serious
investigation here?
NaCl
15 matches
Mail list logo