On 01/22/2018 10:35 PM, code dz wrote:
> fpc binary > mselang  , but don't forget that fpc initilaize alot of
> internals rtl : multithreaded heap management, code page conversion
> tables for strings, wide string managers, thread managers, stack
> checking, command line parsing, virtual methods for TObject ....
> 
MSElang does it too in the example, the example has dynamic strings and
a class instance too. What is different is that MSElang uses libc and
and has a more efficient dynamic string implementation without code
pages. Also dead code elimination probably is better in LLVM.

Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to