タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

c++とgccに関するsyohexのブックマーク (4)

  • Static analysis updates in GCC 11 | Red Hat Developer

    I work at Red Hat on the GNU Compiler Collection (GCC). In GCC 10, I added the new -fanalyzer option, a static analysis pass for identifying various problems at compile-time, rather than at runtime. The initial implementation was aimed at early adopters, who found a few bugs, including a security vulnerability: CVE-2020-1967. Bernd Edlinger, who discovered the issue, had to wade through many false

    Static analysis updates in GCC 11 | Red Hat Developer
    syohex
    syohex 2021/01/29
  • ホワット・ア・ワンダフル・ワールド Write GCC in C++

    Write gcc in C++ (GCC Summit 2008 in otawa) PDF # GCC Summit に行ってきて興奮冷めやらぬ QLeap さんに twitter でこの PDF を教えてもらったのが,そもそもの関心を持ったきっかけ. あとの流れは, Converting GCC to C++ > tabesugi.net 2008年 6月 (2)。Jun 19 [Thu] (20:38) >>はじめてのにき (2008-06-20) みたいな感じ. Lisp ってのがあいまいですけど,通常単に Lisp と言ったら,Common Lisp のはず.そして Common Lisp はネイティブコンパイラの方が普通だと思います. ブートストラップを達成云々は CLISP (バイトコードコンパイラ) じゃなくて,SBCL (CMUCL) のことですかね.SBCL (CMU

    syohex
    syohex 2009/12/03
    C++でGCCを書くことについて
  • No Such Blog or Diary

    明日から盆明けまで大学のネットワークが止まるので,それに合わせてサーバのメンテを実施.主に VM 母艦のリプレースが今回の目標. んで.色々と VM の設定ファイル(libvirt の XML)の中身が古くて微妙だったのでディスクイメージだけ継承して virt-install し直したら,NIC の名前が変わってしまって VM 1台ずつ中に入ってネットワークの設定周りを書き換えるとかいう面倒な作業が待っていた…… よく考えたら全部同じ名前になるだろうから起動前にディスクイメージをマウントして /etc/ の下を書き換えちゃったほうが早かったような? また今度機会があればやってみよう. そして母艦の 20TB の RAID1 の resync が丸一日経っても終わらん.トータル30時間超? あと数日前から準備しておくべきだった.

    syohex
    syohex 2009/11/18
  • GCC, the GNU Compiler Collection

    GCC, the GNU Compiler Collection The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D, as well as libraries for these languages (libstdc++,...). GCC was originally written as the compiler for the GNU operating system. The GNU system was developed to be 100% free software, free in the sense that it respects the user's freedom. We strive to provide regular

    syohex
    syohex 2008/03/02
  • 1