积分充值
 首页
前端开发
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)

语言

全部英语(112)

格式

全部PDF文档 PDF(112)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 112 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    elsewhere. This simple ATOM program instruments all of an (already compiled) program’s load and store instructions, adding a call to a function before each. Therefore, ATOM disassembles a program, instruments memory), or simulate details such as non-architectural state (shadow registers, etc), timing of instructions, caches, memory, etc. This is very slow to interpret. Embra is the first machine simulator to from original source to IR. Also, some IRs have easier to analyze structure Such as: * “Which instructions use this result?” * “What is the control flow that leads here?”— 2006 Design of the Java HotSpot
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 Hidden Overhead of a Function API

    reliable on modern CPUs. ● We’ll use simple examples, so that we can just compare the number of instructions generated by a compiler. 13“… machine code … can range from 10s to 100s of megabytes in size sum_12_3 9 instructions 7 instructions 9 instructions sum_13_2 10 instructions 8 instructions 10 instructions sum_23_1 11 instructions 9 instructions 12 instructions sum_21_3 12 instructions 10 instructions instructions 12 instructions 130sum_12_3 sum_13_2 push rbx mov ebx, edx call sum(int, int) mov esi, ebx pop rbx mov edi, eax jmp sum(int, int) push rbx mov ebx, esi mov esi, edx call sum(int
    0 码力 | 158 页 | 2.46 MB | 6 月前
    3
  • pdf文档 C++ Exceptions for Smaller Firmware

    Address Offset 32-bits ● For transparent 🫥 functions needing only 3 unwind instructions. ● Saves memory 122ARM unwind instructions Instruction Explanation 00xxxxxx vsp = vsp + (xxxxxx << 2) + 4. Covers (for example, out of a cleanup) 123 Note: Instructions are in 8-bit segments Limit is 7 bytes 3 bytes typicallyARM Personality Data: Unwind Instructions SU16 = Short Personality with 16-bit scopes function. reserved Personality Index Can be 0, 1, or 2 on ARM 124ARM Personality Data: Unwind Instructions LU16 = Long Personality with 16-bit scopes (always 8-bytes to 12-bytes) LU32 = Long Personality
    0 码力 | 237 页 | 6.74 MB | 6 月前
    3
  • pdf文档 C++ Memory Model: from C++11 to C++23

    instruction is allowed to leave the queue before other instructions • The instruction is issued to a functional unit • Only if all older instructions have completed the operation the result is written executed out of order iff there is no dependency on previous instructions • ready instructions can execute before earlier instructions that are stalledAlex Dathskovsky | alex.dathskovsky@speedata.io must define specific instructions called synchronizing instructions, which provide a way to coordinate different processors (equivalently, threads) ● Programs use those instructions to create a “happens
    0 码力 | 112 页 | 5.17 MB | 6 月前
    3
  • pdf文档 Performance Engineering: Being Friendly to Your Hardware

    platform dependent though. 39Processor (core) 40 Instructions Data CoreInstruction fetch 41 Fetch L1I • Gets next block of (partial) instructions • Linear fetch • Incoming branch • Instruction complex • High cost of errorInstruction decoding 43 Branching Fetch Decode L1I • Multiple instructions get decoded in parallel • Even for variable length encoding • Not that complex in HW domain sequential • Can be physically parallel • HW is inherently parallel • Myth: decoding variable length instructions is: - Complex - Serial - Slow • Fetch block size • Linear fetch vs incoming branch 44Instruction
    0 码力 | 111 页 | 2.23 MB | 6 月前
    3
  • pdf文档 C++/Rust Interop: Using Bridges in Practice

    ta_tamer_cpp")); let conan_instructions = ConanInstall::with_recipe(&data_tamer_cpp) .build("missing") .run() .parse(); let conan_includes = conan_instructions.include_paths(); let toolchain_file cmake")); build.rs 39let conan_instructions = ConanInstall::with_recipe(&data_tamer_cpp) .build("missing") .run() .parse(); let conan_includes = conan_instructions.include_paths(); let toolchain_file data_tamer_lib_path.display() ); println!("cargo:rustc-link-lib=static=data_tamer"); conan_instructions.emit(); Ok(()) } build.rs 42#pragma once #include namespace DataTamer { template
    0 码力 | 45 页 | 724.12 KB | 6 月前
    3
  • pdf文档 Branchless Programming in C++

    pipeline code: a+=(v1[i]>v2[i])?v1[i]:v2[i] ● Pipelining relies on a continuous stream of instructions ● Instructions are fetched, decoded, and executed ● Conditional jumps (branches) disrupt that order (v3[i]) ? (v1[i]+v2[i]) : (v1[i]*v2[i]) ● Pipelining relies on a continuous stream of instructions ● Instructions are fetched, decoded, and executed ● Conditional jumps (branches) disrupt that order Sometimes the compiler will do a branchless transformation for you – Often using “conditional move” instructions (they are not branches) ● Compiler’s branchless optimization is usually better than yours ●
    0 码力 | 61 页 | 9.08 MB | 6 月前
    3
  • pdf文档 Blazing Trails: Building the World's Fastest CameBoy Emulator in Modern C++

    Cycle. An M-cycle represents a higher-level unit of time used by the Game Boy's CPU for executing instructions. Each instruction takes a specific number of M-cycles, with each M-cycle typically equating Cycle. An M-cycle represents a higher-level unit of time used by the Game Boy's CPU for executing instructions. Each instruction takes a specific number of M-cycles, with each M-cycle typically equating operand always a register! SUB reg, reg SUB reg, address SUB reg, constantWatch out for math instructions MUL and DIV! MUL reg DIV reg MUL address DIV address MUL constant DIV constant Target of MUL
    0 码力 | 91 页 | 8.37 MB | 6 月前
    3
  • pdf文档 CppCon 2021: Persistent Data Structures

    Tape Capacity ~10ms ~100ms 10-100µs ~80-100ns 1-10ns ~0.1ns Volatile Memory Load/Store Instructions Cache Line Granularity Non-Volatile Memory I/O Commands Block Granularity Figure 1: Traditional Memory Hierarchy ~10ms ~100ms 10-100µs ~80-100ns 1-10ns ~0.1ns Volatile Memory Load/Store Instructions Cache Line Granularity Non-Volatile Storage I/O Commands Block Granularity CPU Registers SSD Hard Disk Drives (HDD) Tape Persistent Memory < 1µs Non-Volatile Storage Load/Store Instructions Cache Line Granularity Capacity Figure 2: New Memory Hierarchy [1] A Persistent Hash Map for
    0 码力 | 56 页 | 1.90 MB | 6 月前
    3
  • pdf文档 Back To Basics: Functional Programming in C++

    Basics: Functional Programming in C++ CppCon 2024-09-19 1Imperative Programming Definition Specify instructions that manipulate state in order to achieve a goal. Jonathan Müller — @foonathan Back to Basics: Basics: Functional Programming in C++ CppCon 2024-09-19 2Imperative Programming Definition Specify instructions that manipulate state in order to achieve a goal. C and C++ Jonathan Müller — @foonathan Back Basics: Functional Programming in C++ CppCon 2024-09-19 2Imperative Programming Definition Specify instructions that manipulate state in order to achieve a goal. C and C++ CPU Jonathan Müller — @foonathan
    0 码力 | 178 页 | 918.67 KB | 6 月前
    3
共 112 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
JustinTimeCompilationBastienCppCon2020HiddenOverheadofFunctionAPIC++ExceptionsforSmallerFirmwareMemoryModelfrom11to23PerformanceEngineeringBeingFriendlyYourHardwareRustInteropUsingBridgesPracticeBranchlessProgrammingBlazingTrailsBuildingtheWorldFastestCameBoyEmulatorModern2021PersistentDataStructuresBackToBasicsFunctional
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩