Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-12-07 Thread Matt Wilmas
ol Belski ; Pierre Joye ; Matt Tait ; Nikita Popov Subject: Re: [PHP-DEV] Windows (Visual Studio) compiler stuff Hi Anatol, Dmitry, all, Will reply about the original subject issues soon, but this is about new stuff I noticed the other day... Adding Matt Tait and Nikita because of PR #1418 a

[PHP-DEV] Re: [INTERNALS-WIN] Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-12-07 Thread Matt Wilmas
ernals- w...@lists.php.net Cc: 'Dmitry Stogov' ; 'Pierre Joye' Subject: Re: [INTERNALS-WIN] Re: [PHP-DEV] Windows (Visual Studio) compiler stuff Hi Anatol, all, - Original Message - From: "Anatol Belski" Sent: Monday, November 16, 2015 [...] noinline did have

RE: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-25 Thread Anatol Belski
Pierre Joye ; Matt Tait ; Nikita > Popov > Subject: Re: [PHP-DEV] Windows (Visual Studio) compiler stuff > > Hi Anatol, Dmitry, all, > > Will reply about the original subject issues soon, but this is about new stuff I > noticed the other day... Adding Matt Tait and Ni

[PHP-DEV] RE: [INTERNALS-WIN] Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-25 Thread Anatol Belski
- > >> From: Matt Wilmas [mailto:php_li...@realplain.com] > >> Sent: Monday, November 16, 2015 2:59 PM > >> To: Anatol Belski ; internals@lists.php.net; > > internals- > >> w...@lists.php.net > >> Cc: 'Dmitry Stogov' ; 'Pierre Joye

[PHP-DEV] Re: [INTERNALS-WIN] Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-22 Thread Matt Wilmas
ernals- w...@lists.php.net Cc: 'Dmitry Stogov' ; 'Pierre Joye' Subject: [INTERNALS-WIN] Re: [PHP-DEV] Windows (Visual Studio) compiler stuff > According to the docs __declspec(noinline) is specific to C++. Also > with VS it's always much more tedious to inline somethin

Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-22 Thread Matt Wilmas
Hi Anatol, Dmitry, all, Will reply about the original subject issues soon, but this is about new stuff I noticed the other day... Adding Matt Tait and Nikita because of PR #1418 and comments. Anyway, the new Control Flow Guard (/guard:cf) is causing a big slowdown on bench.php. :-( 14% on

[PHP-DEV] RE: [INTERNALS-WIN] Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-16 Thread Anatol Belski
gt; Subject: [INTERNALS-WIN] Re: [PHP-DEV] Windows (Visual Studio) compiler > stuff > > > According to the docs __declspec(noinline) is specific to C++. Also > > with VS it's always much more tedious to inline something than the > > opposite. These are the main two reason

Re: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-16 Thread Matt Wilmas
Cc: Dmitry Stogov ; Anatol Belski ; Pierre Joye Subject: [PHP-DEV] Windows (Visual Studio) compiler stuff Hi Dmitry, Anatol, Pierre (etc.), and all, I'm back now, I think, after a much longer (unintentional) break than I expected. Be coming very soon with what I was doing in the summer

RE: [PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-16 Thread Anatol Belski
Hello Matt, > -Original Message- > From: Matt Wilmas [mailto:php_li...@realplain.com] > Sent: Sunday, November 15, 2015 11:31 PM > To: internals@lists.php.net; internals-...@lists.php.net > Cc: Dmitry Stogov ; Anatol Belski ; > Pierre Joye > Subject: [PHP-DEV] W

[PHP-DEV] Windows (Visual Studio) compiler stuff

2015-11-15 Thread Matt Wilmas
Hi Dmitry, Anatol, Pierre (etc.), and all, I'm back now, I think, after a much longer (unintentional) break than I expected. Be coming very soon with what I was doing in the summer (param parsing stuff) -- *now* it works with MSVC too, barring any fragility, as I accidentally discovered last