cplusplus / papers

ISO/IEC JTC1 SC22 WG21 paper scheduling and management
676 stars 18 forks source link

P1609 C++ Should Support Just-in-Time Compilation #388

Open wg21bot opened 5 years ago

wg21bot commented 5 years ago

P1609R0 C++ Should Support Just-in-Time Compilation (Hal Finkel)

robert-andrzejuk commented 5 years ago

In 6. Acknowledgments the line

and I’d like to think the

should be

and I’d like to thank the

hfinkel commented 5 years ago

In 6. Acknowledgments the line

and I’d like to think the

should be

and I’d like to thank the

I'll fix that in the next revision. Thanks!

wg21bot commented 5 years ago

P1609R1 C++ Should Support Just-in-Time Compilation (Hal Finkel)

jfbastien commented 5 years ago

EWGI in Cologne: Spend committee time on this versus other proposals, given that time is limited? SF F N A SA 7 9 1 0 0

wg21bot commented 5 years ago

P1609R2 C++ Should Support Just-in-Time Compilation (Hal Finkel)

theres-waldo commented 5 years ago

EWG-I in Belfast

Encourage further work on JIT compilation?

SF F N A SA num. attendees
7 8 0 0 0 15

Get a consult from SG7 (Reflection)? unanimous

Only non-type parameters can be provided at runtime?

SF F N A SA num. attendees
0 2 7 3 1 15

Do we want a syntactic marker on the function template declaration?

SF F N A SA num. attendees
3 3 4 3 0 15

Provide a way to detect at compile time whether JIT is available?

SF F N A SA num. attendees
5 7 2 0 0 15
wg21bot commented 4 years ago

P1609R3 C++ Should Support Just-in-Time Compilation (Hal Finkel)

erichkeane commented 4 years ago

EWGI in Prague

Feedback given to the author, no votes taken.

hanickadot commented 4 years ago

SG7: We want authors to look for possibilities how to unify the JIT API with the reflection API.