Re: [fpc-devel] Are x86 optimizations across various platforms shared?

2013-02-12 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 2013-02-11 19:03, Mark Morgan Lloyd wrote: No of tests | Type of Tests | Linux | FreeBSD -+-++ 151| CSV persistence |0:22|0:27 -+-++

Re: [fpc-devel] Are x86 optimizations across various platforms shared?

2013-02-12 Thread Graeme Geldenhuys
On 2013-02-12 08:48, Mark Morgan Lloyd wrote: > > There's a vast number of factors that you're underreporting. For > example, the underlying VM system could detect which OS is running as a > guest, and behave differently. Or the OS could reconfigure the CPU and > ... snip... That should normall

[fpc-devel] FPC-JVM: Problem with "with" in nested records

2013-02-12 Thread Nicola
Hello everyone! I'm working on a framework that remaps all controls native iOS and Android (TMLabel = TLabel in win, UILabel in iOS, TextView in Android, etc). Congratulations to the compiler Jvm, allows me to use a lot of Pascal code in Android, but I found a problem with nested command "with"

Re: [fpc-devel] FPC-JVM: Problem with "with" in nested records

2013-02-12 Thread Paul Ishenin
12.02.2013 18:58, Nicola wrote: Rec1.a := 123; Log('with: ' + IntToStr(Data.Rec1.a));// !!FAIL!!, it shows 0 Non JVM compiler outputs 123. So indeed a JVM compiler bug. Best regards, Paul Ishenin ___ fpc-devel maillist -