User Details
- User Since
- Jun 8 2016, 8:07 PM (354 w, 5 d)
Sep 22 2020
LGTM.
Aug 16 2019
This is no longer needed. https://reviews.llvm.org/D66230 fixes the problem.
Aug 15 2019
Aug 14 2019
Merged with the latest CoroFrame changes from @rjmccall .
Thank you very much for the reivew, Brian!
Nit addressed. Preparing to land.
Aug 5 2019
Jul 24 2019
Jun 18 2019
LGTM! Thank you for the fix.
Jun 17 2019
LGTM! Thank you for fixing it.
Jun 16 2019
May 30 2019
LGTM! Thank you for the fix
May 13 2019
May 3 2019
LGTM! Thank you for doing the fix.
What is the original source that synthesized allocas with count?
Mar 15 2019
LGTM
Mar 7 2019
LGTM with a tiny suggestion
Jan 9 2019
Dec 26 2018
Creating copies for a scalar that is used in operator new and in the body of the function is a sound strategy.
Notice that if we replace int x parameter to Int x with the following int like class:
Dec 11 2018
small test tweak. Preparing to land
Dec 10 2018
Implemented review feedback (and fix the test that missed the bug discovered by CR)
gentle ping
Dec 5 2018
Dec 3 2018
Dec 2 2018
Dec 1 2018
Nov 30 2018
Nov 13 2018
Nov 3 2018
LGTM!
Oct 1 2018
LGTM! Thank you for doing this.
Aug 29 2018
With a few suggestions.
Jul 3 2018
Jun 23 2018
LGTM
LGTM with some suggestions.
May 28 2018
May 10 2018
May 3 2018
May 2 2018
Looks good. Make sure to run the tests in release and debug mode.
On my box, these three test failed in release mode.
May 1 2018
Apr 26 2018
Thank you for doing this, Lewis.
Apr 25 2018
Thank you for doing this. It looks very elegant, but, it is a little bit wrong. It creates two different initial_suspend objects.
Run this example:
Apr 13 2018
Committed as:
Apr 4 2018
- s/_LIBCPP_ALWAYS_INLINE/_LIBCPP_INLINE_VISIBILITY throughout <experimental/coroutine>
- Added _LIBCPP_INLINE_VISIBILITY to noop_coroutine constructor
- static_cast instead of reintrepret_cast in promise()
- 2 spaces indent in added code (the rest of the file stayed as is)
- added static_assert to check for done-ness and capacity
- constexpr => _LIBCPP_CONSTEXPR
- noexcept => _NOEXCEPT
Apr 3 2018
This got fixed with:
incorporated review feedback
Put out an updated version of this patch in