think this feature is necessary in Vala.
Thanks
Tal
> Date: Tue, 28 Aug 2012 10:23:17 +0200
> From: ras...@rastersoft.com
> To: vala-list@gnome.org
> Subject: Re: [Vala] Volatile keyword in Vala(please answer)
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
&
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It's supposed that a volatile variable can change "magically" (this is,
being modified by another thread, a device driver...), so the compiler
has to take that into account when doing optimizations.
A crude example in C:
volatile int v=1;
wh
On 24 August 2012 17:31, Tal Hadad wrote:
>
> Is volatile keyword supported in Vala? Is it planned?
> Few sources say it does, but testing showing it's not.
>
> I asked this question a month ago and no one replay.
> Does Jörg Biller include this in Vala?
This question is a bit scarce on detail. W
Is volatile keyword supported in Vala? Is it planned?
Few sources say it does, but testing showing it's not.
I asked this question a month ago and no one replay.
Does Jörg Biller include this in Vala?
Tal
___
v