Board index » delphi » Precompiled .NET code(?)
Peter Zolja
![]() Delphi Developer |
Precompiled .NET code(?)2003-11-10 01:06:15 AM delphi75 If I understand it correctly the .NET code is compiled into native machine code when it is loaded from the disk into memory. Is it possible to have the .NET code precompiled for a specific platform? This would prevent any compilation at runtime which would make apps start faster; and since the precompiled code would be machine code we wouldn't need any obfuscators, right? Of course this would make deployment more difficult, but it could give peace of mind to those who fear that their IP algorithm might be copied... (just a thought) |