Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-07-01 Thread Dong, Eric
EGULAR_EXPRESSION_PROTOCOL like this, it define it outside of the function, and usually named it like mProtocolInstance. Thanks, Eric -Original Message- From: Doman, Jonathan [mailto:jonathan.do...@hp.com] Sent: Friday, June 19, 2015 2:23 AM To: edk2-devel@lists.sourceforge.net Subject:

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-30 Thread Dong, Eric
-Mahmoud, Samer [mailto:samer.el-haj-mahm...@hp.com] Sent: Tuesday, June 30, 2015 11:33 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol Thanks Eric for the help! How do you want to handle this? Are you going to submit a new combined

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-30 Thread El-Haj-Mahmoud, Samer
@lists.sourceforge.net<mailto:edk2-devel@lists.sourceforge.net> Subject: Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol On Jun 19, 2015, at 10:25 AM, Doman, Jonathan mailto:jonathan.do...@hp.com>> wrote: Thanks for the info Andrew. I was able to track down a memset intrinsi

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-29 Thread Dong, Eric
Subject: Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol On Jun 19, 2015, at 10:25 AM, Doman, Jonathan mailto:jonathan.do...@hp.com>> wrote: Thanks for the info Andrew. I was able to track down a memset intrinsic call that was replacing a for loop that initialized a bl

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-19 Thread Andrew Fish
To: edk2-devel@lists.sourceforge.net > Subject: Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol > >> On Jun 19, 2015, at 8:31 AM, Doman, Jonathan wrote: >> >> Hi Eric, >> >> I had a lot of trouble with intrinsics (although now both GCC4

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-19 Thread Doman, Jonathan
38 To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol > On Jun 19, 2015, at 8:31 AM, Doman, Jonathan wrote: > > Hi Eric, > > I had a lot of trouble with intrinsics (although now both GCC49 and VS2013 > work for me). W

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-19 Thread Andrew Fish
: [PATCH v3] MdeModulePkg: Regular expression protocol > > Thanks for your contribution, Jonathan. > > Eric would review this patch and get back to you if he has feedback > > Thanks > Feng > > -Original Message- > From: Doman, Jonathan [mailto:jonathan.do...

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-19 Thread Doman, Jonathan
p.com] Sent: Friday, June 19, 2015 02:23 To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol Patch is hosted on github here: https://github.com/jrmrjnck/edk2/commit/b186f03121679b44cc224d7c69f04f9b4b799bc3.patch Unfortunately, the patch is too large a

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-19 Thread Dong, Eric
n protocol Thanks for your contribution, Jonathan. Eric would review this patch and get back to you if he has feedback Thanks Feng -Original Message- From: Doman, Jonathan [mailto:jonathan.do...@hp.com] Sent: Friday, June 19, 2015 02:23 To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PA

Re: [edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-18 Thread Tian, Feng
v3] MdeModulePkg: Regular expression protocol Patch is hosted on github here: https://github.com/jrmrjnck/edk2/commit/b186f03121679b44cc224d7c69f04f9b4b799bc3.patch Unfortunately, the patch is too large and gets stuck in the edk2-devel mod queue. The bulk of it is a new regular expression

[edk2] [PATCH v3] MdeModulePkg: Regular expression protocol

2015-06-18 Thread Doman, Jonathan
Patch is hosted on github here: https://github.com/jrmrjnck/edk2/commit/b186f03121679b44cc224d7c69f04f9b4b799bc3.patch Unfortunately, the patch is too large and gets stuck in the edk2-devel mod queue. The bulk of it is a new regular expression library, so it doesn't make sense to split up. Plea