search for: subcommittee

Displaying 13 results from an estimated 13 matches for "subcommittee".

2015 Nov 04
2
[cfe-dev] [RFC][libcxx] Fix and maintain the no-exceptions build of libcxx
...at the standards committee should address. There are lots of situations where you don’t want to enable exceptions, and it would be nice to have an official, standard version of C++ that would work in this situation. Embedded C++ tried, but threw away too much to be useful in practice. Is there a subcommittee looking at this kind of use? David
2012 Nov 17
1
ICAC2013 CFP (10th International Conference on Autonomic Computing)
...the USENIX ICAC '13 Web site; rejected submissions will be permanently treated as confidential. * Special Tracks To facilitate community collaboration and exchange of ideas in emergent technological areas, ICAC 13 will host two special tracks, each of which will be reviewed by its own subcommittee. Dr. Levent G?rgen will lead a special track on self-aware Internet of Things and Dr. Karsten Schwan will lead a special track on management of Big Data systems. * Posters, Demonstrations, and Exhibitions ICAC '13 will also feature a poster, demonstration, and exhibition session consi...
2012 Nov 17
1
ICAC2013 CFP (10th International Conference on Autonomic Computing)
...the USENIX ICAC '13 Web site; rejected submissions will be permanently treated as confidential. * Special Tracks To facilitate community collaboration and exchange of ideas in emergent technological areas, ICAC 13 will host two special tracks, each of which will be reviewed by its own subcommittee. Dr. Levent G?rgen will lead a special track on self-aware Internet of Things and Dr. Karsten Schwan will lead a special track on management of Big Data systems. * Posters, Demonstrations, and Exhibitions ICAC '13 will also feature a poster, demonstration, and exhibition session consi...
2015 Jan 27
2
[LLVMdev] RFC: Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
The proposed addition to ProgrammersManuel.rst is below the break... This is essentially trying to explain the emerging design techniques being used in LLVM these days somewhere more accessible than the comments on a particular piece of infrastructure. It covers the "concepts-based polymorphism" that caused some confusion during initial reviews of the new pass manager as well as the
2013 Dec 16
0
ICAC2014 CFP: 11th International Conference on Autonomic Computing
...the USENIX ICAC '14 Web site; rejected submissions will be permanently treated as confidential. ** Special Tracks To facilitate community collaboration and exchange of ideas in emergent technological areas, ICAC??14 will host two special tracks, each of which will be reviewed by its own subcommittee. Ron Ambrosio (rfa at us.ibm.com) will lead a special track on Smart Cyber-Physical Systems; Karsten Schwan (karsten.schwan at cc.gatech.edu) and Vanish Talwar (vanish.talwar at hp.com) will lead a special track on Management of Big Data Systems. Submission instructions for special tracks will be p...
2013 Dec 16
0
ICAC2014 CFP: 11th International Conference on Autonomic Computing
...the USENIX ICAC '14 Web site; rejected submissions will be permanently treated as confidential. ** Special Tracks To facilitate community collaboration and exchange of ideas in emergent technological areas, ICAC??14 will host two special tracks, each of which will be reviewed by its own subcommittee. Ron Ambrosio (rfa at us.ibm.com) will lead a special track on Smart Cyber-Physical Systems; Karsten Schwan (karsten.schwan at cc.gatech.edu) and Vanish Talwar (vanish.talwar at hp.com) will lead a special track on Management of Big Data Systems. Submission instructions for special tracks will be p...
2014 Feb 28
0
ICAC14 paper submission due on March 5, 2014 (11th International Conference on Autonomic Computing)
...e USENIX ICAC '14 Web site; rejected submissions will be permanently treated as confidential. ** Special Tracks To facilitate community collaboration and exchange of ideas in emergent technological areas, ICAC'14 will host two special tracks, each of which will be reviewed by its own subcommittee. *** Smart Cyber-Physical Systems Chair: Ron Ambrosio (rfa at us.ibm.com) Submission instructions to be announced *** MBDS: Management of Big Data System Co-Chairs: Karsten Schwan (karsten.schwan at cc.gatech.edu) Vanish Talwar (vanish.talwar at hp.com)...
2014 Feb 28
0
ICAC14 paper submission due on March 5, 2014 (11th International Conference on Autonomic Computing)
...e USENIX ICAC '14 Web site; rejected submissions will be permanently treated as confidential. ** Special Tracks To facilitate community collaboration and exchange of ideas in emergent technological areas, ICAC'14 will host two special tracks, each of which will be reviewed by its own subcommittee. *** Smart Cyber-Physical Systems Chair: Ron Ambrosio (rfa at us.ibm.com) Submission instructions to be announced *** MBDS: Management of Big Data System Co-Chairs: Karsten Schwan (karsten.schwan at cc.gatech.edu) Vanish Talwar (vanish.talwar at hp.com)...
2014 Feb 05
0
ICAC14 Paper Submission One Month Away (11th International Conference on Autonomic Computing)
...e USENIX ICAC '14 Web site; rejected submissions will be permanently treated as confidential. ** Special Tracks To facilitate community collaboration and exchange of ideas in emergent technological areas, ICAC'14 will host two special tracks, each of which will be reviewed by its own subcommittee. *** Smart Cyber-Physical Systems Chair: Ron Ambrosio (rfa at us.ibm.com) Submission instructions to be announced *** MBDS: Management of Big Data System Co-Chairs: Karsten Schwan (karsten.schwan at cc.gatech.edu) Vanish Talwar (vanish.talwar at hp.com)...
2014 Feb 05
0
ICAC14 Paper Submission One Month Away (11th International Conference on Autonomic Computing)
...e USENIX ICAC '14 Web site; rejected submissions will be permanently treated as confidential. ** Special Tracks To facilitate community collaboration and exchange of ideas in emergent technological areas, ICAC'14 will host two special tracks, each of which will be reviewed by its own subcommittee. *** Smart Cyber-Physical Systems Chair: Ron Ambrosio (rfa at us.ibm.com) Submission instructions to be announced *** MBDS: Management of Big Data System Co-Chairs: Karsten Schwan (karsten.schwan at cc.gatech.edu) Vanish Talwar (vanish.talwar at hp.com)...
2015 Oct 29
6
[RFC][libcxx] Fix and maintain the no-exceptions build of libcxx
Hi All, libcxx is fairly well designed to work in a no-exceptions environment, with most of the sources diligently using the _LIBCPP_NO_EXCEPTIONS macro. However, it seems to have bit-rotted a bit and could use some TLC right now. A no-exceptions variety of libcxx would be quite useful when you want to use all of libcxx goodness without the overhead of exceptions (especially in embedded
2006 Nov 11
5
src/etc/rc.firewall simple ${fw_pass} tcp from any to any established
Hi security@ list, In my self written, large ipfw rule set, I had something that passed http to allow me to browse most but not all remote sites. For years I assumed the few sites I had difficulty with were cases pppoed MTU != 1500, from not having installed tcpmssd on my 4.*-RELEASE, but then running 6.1-RELEASE I realised that wasn't the problem. http://www.web.de Still failed, &
2014 Aug 11
2
[LLVMdev] [RFC] OpenMP offload infrastructure
Hi John, Thank you for the comments. I am addressing some of them bellow. Regards, Samuel 2014-08-11 9:36 GMT-04:00 John Leidel (jleidel) <jleidel at micron.com>: > Sergey [et.al], thanks for putting this proposal together. Overall, this > looks like a pretty solid approach to providing relatively hardware > agnostic omp target functionality. I had several comments/questions