积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(112)C++(112)Conan(74)

语言

全部英语(110)中文(简体)(2)

格式

全部PDF文档 PDF(108)PPT文档 PPT(4)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 112 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systems

    LLVM’s Real-time Safety Revolution Tools for Modern Mission Critical SystemsChris Apple ● 10-year veteran of the audio industry ● Previously Dolby, Roblox, Spatial Inc. ● Currently: layabout David REAL(malloc)(size); } INTERCEPTOR (void *, malloc, size_t size) { return REAL(malloc)(size); } LLVM Intermediate Representation (IR) compilation step lightweight runtime library void __rtsan_realtime_enter() each tool outside of LLVM ContrastAgenda 1. Run time vs compile time 2. False negatives and false positives 3. Cost 4. Disabling each tool 5. Using each tool outside of LLVM ContrastRun time Compile
    0 码力 | 153 页 | 1.38 MB | 6 月前
    3
  • pdf文档 Mastering C++ Modules

    -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /Users/hoffman/Work/llvm/llvm-inst/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - $hoffman@caprica b % ninja -v [1/10] "/Users/hoffman/Work/llvm/llvm-inst/bin/clang-scan-deps" -format=p1689 -- /Users/hoffman/Work/llvm/llvm-inst/bin/clang++ -std=gnu++20 -arch arm64 -isysroot /Li ules/simple/main.cxx -c -o CMakeFiles/hello.dir/main.cxx.o -resource-dir "/Users/hoffman/Work/llvm/llvm-inst/lib/clang/20" -MT CMakeFiles/hello.dir/main.cxx.o.ddi -MD -MF CMakeFiles/hello.dir/main.cxx
    0 码力 | 77 页 | 9.07 MB | 6 月前
    3
  • pdf文档 2020: The Year of Sanitizers?

    try dynamic/runtime analysis. After years of improvements and successes for Clang and GCC users, LLVM AddressSanitizer (ASan) is finally available on Windows, in the latest Visual Studio 2019 versions Sanitizers?18 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? clang-tidy clang.llvm.org/extra/clang-tidy/checks/list.html ~ 300 checks19 clang-tidy modernize-use-nullptr modernize-loop-convert clang-tidy checks 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers?23 https://clang.llvm.org/extra/clang-tidy/checks/bugprone-dangling-handle.html clang-tidy bugprone-dangling-handle 〝
    0 码力 | 135 页 | 27.77 MB | 6 月前
    3
  • pdf文档 Cetting Started with C++

    Compiler Toolchains Clang/LLVM clang / clang++ Creates object files (.o) lld Creates executables and shared libraries (.so) ar Creates static libraries (.a) llvm Attaches to processes and Compiler Toolchains Clang/LLVM https://github.com/llvm/llvm-project/releases Building from source Repository git clone https://github.com/llvm/llvm-project.git https://llvm.org/docs/GettingStarted.html#getti Compiler Toolchains Clang/LLVM Ubuntu sudo apt-get install clang Windows MSYS - pacman -S mingw-w64-x86_64-clang macOS Install Xcode Apple Clang is not quite Clang/LLVM sudo port install clang-16Tools
    0 码力 | 95 页 | 4.71 MB | 6 月前
    3
  • pdf文档 Practical memory pool based allocators for Modern C++

    information injected by the allocator we need to: ● Compile the code with clang into LLVM bitcode ● Implement a custom LLVM pass(es) which would be able to: ○ Compose the list of all unique allocation types memory pool definitions ● Run the pass on the bitcode using the LLVM opt tool © 2020 Apex.AI, Inc.Compile the code with clang into LLVM bitcode ● The code should be compiled with: ○ -g to have the file:line calls ○ -emit-llvm to compile into the bitcode ○ Probably -DNDEBUG to get the Release versions of data structures Then the bitcode files can be (optionally) linked together with llvm-link © 2020 Apex
    0 码力 | 49 页 | 986.95 KB | 6 月前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    11HOW IT WORKS? - DETAILS HOW IT WORKS? - DETAILS HTTPS://GITHUB.COM/HFINKEL/LLVM-PROJECT-CXXJIT HTTPS://GITHUB.COM/HFINKEL/LLVM-PROJECT-CXXJIT 5 . 12EXAMPLES: C++20 AND BEYOND EXAMPLES: C++20 AND BEYOND dispatch(std::stoi(argv[1])); } $LLC -filetype=obj dispatch.ir -o dispatch.o # IR to an object file LLVM STATIC COMPILER LLVM STATIC COMPILER 6 . 12SAVE LIBRARY/BINARY SAVE LIBRARY/BINARY MAIN.CPP MAIN.CPP LLC - to an object file $CXX $CXXFLAGS dispatch.o main.cpp -o dispatch # No `-fjit` required LLVM STATIC COMPILER LLVM STATIC COMPILER 6 . 12SAVE LIBRARY/BINARY SAVE LIBRARY/BINARY MAIN.CPP MAIN.CPP LLC -
    0 码力 | 222 页 | 5.45 MB | 6 月前
    3
  • pdf文档 Adventures in SIMD Thinking (Part 2 of 2)

    Reference Libraries • iconv – GNU libiconv, used here as the “gold standard” • LLVM – UTF conversion functions from the LLVM distribution • AV – UTF-8 to UTF-32 conversion by Alexey Vatchenko • std::codecvt 2500 3000 3500 english_wiki.txt chinese_wiki.txt hindi_wiki.txt Conversion Time (msec) iconv llvm av std::codecvt Boost.Text Hoehrmann kewb-basic kewb-fast kewb-sse kewb-avxCopyright © 2020 3000 3500 portuguese_wiki.txt russian_wiki.txt swedish_wiki.txt Conversion Time (msec) iconv llvm av std::codecvt Boost.Text Hoehrmann kewb-basic kewb-fast kewb-sse kewb-avxCopyright © 2020
    0 码力 | 135 页 | 551.08 KB | 6 月前
    3
  • pdf文档 A Long Journey of Changing std::sort Implementation at Scale

    the same 16.4INTROSORT (WORST CASE) 17LLVM libc++ did not do anything at all for a long time 18LLVM libc++ did not do anything at all for a long time 18.1LLVM libc++ did not do anything at all for a long time 7 years 18.2Only 0.01% of all calls got into the heap sort fallback in production 19LLVM (HISTORY) 20What is a good sort? 21What is a good sort? O(nlogn) comparisons 21.1What is a good 4https://discourse.llvm.org/t/rfc-strict-weak-ordering- checks-in-the-debug-libc/70217 55OOB check in 36d8b4 56Submitted SWO checks for std::{stable_,partial_}sort and rolled out in LLVM 17 in -D_LIB
    0 码力 | 182 页 | 7.65 MB | 6 月前
    3
  • pdf文档 Code Analysis++

    Lifetime safety: http://wg21.link/ p1179 ○ Owner & Pointer ○ Built-in compiler check ○ Current LLVM implementation gives 5% overhead ○ Annotations to help analysis: gsl::SharedOwner, gsl::Owner Value Range AnalysisData Flow Analysis: CTU – Cross Translation Unit (CTU) Analysis: https://clang.llvm.org/docs/analyzer/user-docs/CrossTranslationUnit.html CodeChecker https://github.com/Ericsson/ Lifetime safety ● Data Flow Analysis ● C++ Core Guidelines ● Clang-TidyClang-Tidy – https://clang.llvm.org/extra/clang-tidy/checks/list.html abseil-* (18), android-* (15), cert-* (35), Clang
    0 码力 | 61 页 | 2.70 MB | 6 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    NaCl portable, by running LLVM inside an NaCl sandbox, having it generate NaCl code, and validating the generated code before executing it, therefore it doesn’t trust that LLVM is correct to be secure.While deep-dives into various JiT compilers’ vulnerabilities.Emscripten an LLVM-to-JavaScript compiler — 2011 We presented Emscripten, an LLVM-to-JavaScript compiler, which opens up numerous opportunities for web as well, for example Python and Lua. (read)Emscripten an LLVM-to-JavaScript compiler — 2011 We presented Emscripten, an LLVM-to-JavaScript compiler, which opens up numerous opportunities for
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
共 112 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
LLVMRealtimeSafetyRevolutionToolsforModernMissionCriticalSystemsMasteringC++Modules2020TheYearofSanitizersCettingStartedwithPracticalmemorypoolbasedallocatorsJustInTimeCompilationNextBigThingAdventuresinSIMDThinkingPartLongJourneyChangingstdsortImplementationatScaleCodeAnalysis++BastienCppCon
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩