Alexandre Bencz

Results 29 issues of Alexandre Bencz

is it possible to use JIT on a VM? For example, for a .Net VM ? Each method, after going through the JIT, is saved all the generated bytecode (except...

Hi I did the "make test" on my PowerMac G5 and I got some 'illegal instructions' error on the tests I did the same test on my ppc64le too, attached...

I compiled the project on my PowerMac G5 and when executing the tests (make test), I read several outputs talking about interpretation, and I'm in doubt if the JIT or...

I'm playing with your project and I find it quite interesting!!! Anyway, I wonder if there are plans to support the s390x architecture? IBM provides free access to a VM...

I would like to use the filter system by column and sorting in the grid Here, I have a small sample of how to use the ListView Filter: ``` #include...

enhancement

I downloaded the current release of dlangide, when I created a new dlangui project and try to build with the current version of DMD ( DMD32 D Compiler v2.076.1 ),...

Just a curiosity... Have you done tests on big endian CPUs?

question

Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime,...

good first issue
question

A LINQ implementation in C: https://github.com/haifenghuang/linq4c

good first issue

How about implement a ARM support ? This will be useful to try to implement a Android or iOS support!!

Feature request