You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
This is an older version of an Internet-Draft that was ultimately published as RFC 8216. This document is an Internet-Draft (I-D). Anyone may submit an I-D to the IETF. This I-D is not endorsed by the IETF and has no formal standing in the IETF standards process. Informational R. Pantos, Ed. Internet-Draft W. May Intended status: Informational Apple Inc. Expires: April 18, 2013 October 15, 2012 HT
This page contains a historical record of working draft of the ES.next specification prepared by the project editor. Error in the current draft should be reported as bugs at bugs.ecmascript.org July 25, 2011 Draft doc pdf Mostly typo corrections (thanks for all the reports) and corrections to problems that have been reported against ES5.1. See closed 6th edition bugs at bugs.ecmascript.org.
GCC 4.7から実験的サポートが始まったTransactional Memory(TM)についてメモ。 主に "Draft Specification of Transactional Language Constructs for C++, Version 1.1"*1 で定義される拡張キーワードのsyntaxサポート確認を行った。 TMサポートの有効化 GCC 4.7.0でTMサポートを有効にするには、オプション -fgun-tm を指定する。またTMサポートはC++11/C11メモリモデルを前提とする機能であり、旧来のC++03/C90モードでTMを利用することは無い(はず)。 $ g++ -std=c++11 -fgnu-tm input.cpp $ gcc -std=c11 -fgnu-tm input.cTMサポートを有効化した生成バイナリは、ランタイムライブラリ libit
プログラミング言語C++のトランザクショナルメモリ(TM; Transactional Memory)拡張に関するざっくりまとめメモ。 2013-10-05追記:本記事の内容はN3718にてアップデートされている。→id:yohhoy:20131005 本記事の内容は、2012年4月現在の最新ドラフト仕様 “Draft Specification of Transactional Language Constructs for C++, Version 1.1”(→id:yohhoy:20120413)に基づく。 超要約:Isolation と Atomicity を保証し、かつ Composable なトランザクション機能を提供する。 概要 C++トランザクショナルメモリ拡張が提供する機能の概要は下記の通り。 “トンランザクション” の内部で行われた変更は、そのトランザクションが完了する
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く